Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proper dependencies for FCS Pi0 used in QA #669

Merged
merged 4 commits into from
Apr 12, 2024
Merged

Conversation

genevb
Copy link
Contributor

@genevb genevb commented Mar 20, 2024

This resolves the issue brought in PR #437 :
St_QA_Maker should not directly depend on MuDst (a solution proposed in #437 ), but instead should depend on the StFcsPi0FinderForEcal, which itself has a dependency on MuDst.

@genevb genevb requested review from akioogawa and removed request for fisyak, iraklic and R-Witt March 20, 2024 05:30
@@ -1639,6 +1639,7 @@ Bfc_st BFC[] = { // standard chains
"StFcsClusterMaker","StFcsClusterMaker","Fill FCS clusters", kFALSE},
{"fcsPoint" ,"","fcsChain", "StEvent,fcsDb",
"StFcsPointMaker","StFcsPointMaker,libMinuit","Fill FCS points", kFALSE},
{"fcsPi0Libs","", "", "MuDst", "", "StFcsPi0FinderForEcal", "Libs for FCS Pi0 Finder", kFALSE},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FCS pi0 finder uses the MuDst for input rather than StEvent.

Copy link
Contributor Author

@genevb genevb Mar 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems an odd mix of MuDst and StEvent: it appears to require StEvent for its Make() member function, but then may call some MuDst static functions later in that member function. It's likely that these dependencies can be further reduced/improved, but for now I'm trying to ensure St_QA_Maker's dependencies, as that's my responsibility.

@akioogawa akioogawa merged commit 0b6d598 into star-bnl:main Apr 12, 2024
148 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants